ensure that the "w3m must be available" message is properly displayed:
authorSam Hocevar <samh@src.gnome.org>
Mon, 16 Jun 2008 13:04:16 +0000 (13:04 +0000)
committerSam Hocevar <samh@src.gnome.org>
Mon, 16 Jun 2008 13:04:16 +0000 (13:04 +0000)
* Makefile.am: ensure that the "w3m must be available" message is
properly displayed: dist-hook is only called after builddir is filled.

svn path=/trunk/; revision=340

ChangeLog
Makefile.am

index 38e744c97c903e9e175e7fcb6aca83eabf9e30f1..dd06d2bf85f18b5a492a3dfde2942ca4d198012d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-16  Sam Hocevar  <sam@zoy.org>
+
+       * Makefile.am: ensure that the "w3m must be available" message is
+       properly displayed: dist-hook is only called after builddir is filled.
+
 2008-06-13  Øyvind Kolås  <pippin@gimp.org>
 
        * extensions/frequency.c: added dummy model "frequency" and dummy
index 4e16bcb6101fcb1e17c3c3d10d47f152920d2e00..d8c9f5e29f7f1921657b62a9c9885af4b0f514a9 100644 (file)
@@ -31,12 +31,10 @@ DISTCLEANFILES = \
 
 
 if HAVE_W3M
-dist-check-w3m:
-
 README: all docs/index.html
        $(W3M) -cols 72 -dump docs/index.html > $@
 else
-dist-check-w3m:
+README:
        @echo "*** w3m must be available in order to make dist"
        @false
 endif
@@ -51,4 +49,3 @@ distclean-local:
                rm -f $(BUILT_EXTRA_DIST);      \
        fi
 
-dist-hook: dist-check-w3m